home *** CD-ROM | disk | FTP | other *** search
- begin surface ! run letz saddle.let before surface this sample
- !
- ! this sample produces 200kB data on your disk
- ! erase saddle.big after using saddle.sur
- size 24 18
-
- nobigfile ! for the final run place a "!" in front of this
- ! line to write the SADDLE.BIG to the disk. NOBIGFILE
- ! speeds up surface when processing large datasets
-
- data saddle.z
- back ystep 1 zstep 0.1 color green
- zaxis step 1 min 0 max 4
- xtitle "Xaxis"
- ytitle "Yaxis"
- top color blue
- underneath on lstyle 2
- end surface
-